home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / crypt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-08  |  272 b   |  12 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     crypt.h - BSD encryption Interface.
  4. _____________________________________________________________________*/
  5.  
  6.  
  7. #ifndef __crypt__
  8. #define __crypt__
  9.  
  10. extern char *crypt (char *pw, char *salt);
  11.  
  12. #endif